From: Keir Fraser Date: Tue, 23 Jun 2009 10:13:29 +0000 (+0100) Subject: tools: consistently use $(PYTHON) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13717 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=717626c9a57d0625306abf65b2d50bbd1eae273e;p=xen.git tools: consistently use $(PYTHON) Signed-off-by: Christoph Egger --- diff --git a/tools/python/Makefile b/tools/python/Makefile index 295bd36ec8..d5037ae2f5 100644 --- a/tools/python/Makefile +++ b/tools/python/Makefile @@ -87,7 +87,7 @@ install-messages: all .PHONY: test test: - export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); python test.py -b -u + export LD_LIBRARY_PATH=$$(readlink -f ../libxc):$$(readlink -f ../xenstore); $(PYTHON) test.py -b -u .PHONY: clean clean: